CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 8 puzzle a star

搜索资源列表

  1. Eight_(8)_2183836282010

    0下载:
  2. A star algoritm for 15-puzzle
  3. 所属分类:Games

    • 发布日期:2017-04-01
    • 文件大小:28444
    • 提供者:elham
  1. 8puzzle_Astar

    0下载:
  2. An A-star algorithm for solving 8-puzzle problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2110
    • 提供者:iman
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:669639
    • 提供者:Siegfried
  1. n-puzzle

    0下载:
  2. n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A*
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4443
    • 提供者:rrc
  1. 8Puzzle

    0下载:
  2. A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:103946
    • 提供者:parisa
  1. A_Acolyte_176621752004

    0下载:
  2. A Acolyte of AI with 8 Puzzle-This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells in a proper sequence on an 3 b
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:29204
    • 提供者:Sun
  1. eightpuzzle

    0下载:
  2. 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:15695
    • 提供者:Jim
  1. Astarcyeni

    0下载:
  2. A star Algorith A* 8-puzzle
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1870
    • 提供者:dekan marcus
  1. A-star-8-number

    0下载:
  2. A*算法解决8数码难题,有界面。 A*算法解决8数码难题,有界面。-8 A* algorithm to solve the digital puzzle, there is the interface. 8 A* algorithm to solve the digital puzzle, there is the interface.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1527904
    • 提供者:Freya
  1. puzzle

    0下载:
  2. 8 puzzle in c with A star-8 puzzle in c with A star
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2347
    • 提供者:hamid
  1. Taquin_v1.1

    0下载:
  2. a source code that solves the 8 puzzle problem. it uses A-star algorithm with prolog
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-07
    • 文件大小:27472
    • 提供者:sarah
  1. Java_Eight-Puzzle

    1下载:
  2. 基于A星算法的8数码问题Java程序源代码-Java source code based on the A star algorithm Eight Puzzle
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:12410
    • 提供者:Ian_Wong
  1. C_Eight-Puzzle

    1下载:
  2. C语言:基于A星算法的8数码问题C程序源代码-C language: A star algorithm 8 puzzle problem C source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-11-22
    • 文件大小:13312
    • 提供者:Ian_Wong
  1. A_Star-puzzle

    0下载:
  2. 使用A星算法,解决8棋盘问题。但是有时会没有结果。-A star algorithm to solve the problem of the 8 board. But sometimes no results.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-21
    • 文件大小:400536
    • 提供者:zijian
  1. puzzle_Dialaog

    0下载:
  2. 采用A星算法,解决八数码问题。用的软件是Visual C++ 6.0,有图形界面。-A Star code for 8 Puzzle Problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2690084
    • 提供者:niping
  1. A-star

    0下载:
  2. python A-star算法求解8-puzzle-python A-star algorithm 8-puzzle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2110
    • 提供者:夏益志
  1. 14EC35033_assignment1

    0下载:
  2. a-star algo for 8-puzzle program using 3 different heuristics
  3. 所属分类:网络编程

    • 发布日期:2017-12-24
    • 文件大小:248832
    • 提供者:sandeep2103
  1. 15Puzzle

    0下载:
  2. 8/15 puzzle C# implementation using A * (A Star) Algorithm.
  3. 所属分类:C#编程

    • 发布日期:2018-05-01
    • 文件大小:78848
    • 提供者:adrenaline96
搜珍网 www.dssz.com